home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / consoles / sms-gg / meka013 / MEKA.PAT < prev    next >
Text File  |  1999-05-08  |  1KB  |  43 lines

  1. ;
  2. ; MEKA - Patches database
  3. ; Commands:
  4. ;  - Seek <position> ... Jump to (ROM) position
  5. ;  - Verify <byte> ..... Abort patch if byte at current position is different
  6. ;  - Write <byte> ...... Write byte at current position, increase position
  7. ;                        (all values are in hexadecimal format)
  8. ; If you succeed in hacking any other games, please send me your patche(s) !
  9. ; http://www.emucamp.com/meka
  10. ;
  11.  
  12. ; Wonderboy 3: Dragon's Trap (multi-language version)
  13. ; Patch rom to allow FM chipset use in European/US mode
  14. ; The non-patched game play FM musics only in Japanese mode
  15. ; Author: Omar Cornut / Zoop
  16. [9C7847B5CB3F875F]
  17. seek, 25b
  18. write, 0
  19. write, 0
  20.  
  21. ; Monica em: O Resgate (brazilian version)
  22. ; Patch rom to allow FM chipset use in European/US mode
  23. ; The non-patched game play FM musics only in Japanese mode
  24. ; Author: Omar Cornut / Zoop
  25. [0E91C33709612BD2]
  26. seek, 25b
  27. write, 0
  28. write, 0
  29.  
  30. ; Sega Basic Level 3 (original dump)
  31. ; Patch rom to make it work under emulators
  32. ; Author: Ricardo Bittencourt
  33. [242CE122F9157C23]
  34. seek, 0
  35. write, C3
  36.  
  37. ; Sega Music Editor (original dump)
  38. ; Patch rom to make it work under emulators
  39. ; Author: Ricardo Bittencourt
  40. [F563D149DA372558]
  41. seek, 0
  42. write, C3
  43.